home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / brad_pitt.swf / scripts / frame_10 / DoAction.as
Text File  |  2011-08-19  |  100b  |  10 lines

  1. if(loaded == total)
  2. {
  3.    gotoAndStop(11);
  4. }
  5. else
  6. {
  7.    gotoAndStop("loading");
  8.    play();
  9. }
  10.